<!-- Dropzone --> <div id="dropzone"> <form action="../assets/assets/upload.php" class="dropzone" id="demo-upload"> <div class="fallback"> <input name="file" type="file" multiple /> </div> </form> </div>
@import "http://localhost/shared/components/modules/admin/forms/file_manager/dropzone/assets/lib/css/dropzone.css";
<head>
section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body>
tag.
<script src="assets/components/modules/admin/forms/file_manager/dropzone/assets/lib/js/dropzone.min.js?v=v1.2.3"></script> <script src="assets/components/modules/admin/forms/file_manager/dropzone/assets/custom/dropzone.init.js?v=v1.2.3"></script>